opencard.opt.database
Interface DatabaseCardService.Constants
- All Known Implementing Classes:
- BasicDatabase, DataObject
- Enclosing interface:
- DatabaseCardService
- public static interface DatabaseCardService.Constants
The Constants inner interface allows to use
standardized constants.
It provides constants used to deal with database smartcards
such as constants which describes SCQL operation or code
used to manage SCQL exceptions.
SCQL_OPERATION
public static final byte SCQL_OPERATION
- INS coding constants
(SCQL constant to perform SCQL operations such as createTable,
createView, grant, revoke ...)
- See Also:
- Constant Field Values
TRANSACTION_OPERATION
public static final byte TRANSACTION_OPERATION
- See Also:
- Constant Field Values
USER_OPERATION
public static final byte USER_OPERATION
- See Also:
- Constant Field Values
CREATE_TABLE
public static final byte CREATE_TABLE
- See Also:
- Constant Field Values
CREATE_VIEW
public static final byte CREATE_VIEW
- See Also:
- Constant Field Values
CREATE_DICTIONARY
public static final byte CREATE_DICTIONARY
- See Also:
- Constant Field Values
DROP_TABLE
public static final byte DROP_TABLE
- See Also:
- Constant Field Values
DROP_VIEW
public static final byte DROP_VIEW
- See Also:
- Constant Field Values
GRANT
public static final byte GRANT
- See Also:
- Constant Field Values
REVOKE
public static final byte REVOKE
- See Also:
- Constant Field Values
DECLARE_CURSOR
public static final byte DECLARE_CURSOR
- See Also:
- Constant Field Values
OPEN
public static final byte OPEN
- See Also:
- Constant Field Values
NEXT
public static final byte NEXT
- See Also:
- Constant Field Values
FETCH
public static final byte FETCH
- See Also:
- Constant Field Values
FETCH_NEXT
public static final byte FETCH_NEXT
- See Also:
- Constant Field Values
INSERT
public static final byte INSERT
- See Also:
- Constant Field Values
UPDATE
public static final byte UPDATE
- See Also:
- Constant Field Values
DELETE
public static final byte DELETE
- See Also:
- Constant Field Values
BEGIN
public static final byte BEGIN
- See Also:
- Constant Field Values
COMMIT
public static final byte COMMIT
- See Also:
- Constant Field Values
ROLLBACK
public static final byte ROLLBACK
- See Also:
- Constant Field Values
PRESENT_USER
public static final byte PRESENT_USER
- See Also:
- Constant Field Values
CREATE_USER
public static final byte CREATE_USER
- See Also:
- Constant Field Values
DELETE_USER
public static final byte DELETE_USER
- See Also:
- Constant Field Values
EQUAL_TO
public static final byte EQUAL_TO
- See Also:
- Constant Field Values
LESS_THAN
public static final byte LESS_THAN
- See Also:
- Constant Field Values
GREATER_THAN
public static final byte GREATER_THAN
- See Also:
- Constant Field Values
LESS_THAN_OR_EQUAL_TO
public static final byte LESS_THAN_OR_EQUAL_TO
- See Also:
- Constant Field Values
GREATER_THAN_OR_EQUAL_TO
public static final byte GREATER_THAN_OR_EQUAL_TO
- See Also:
- Constant Field Values
NOT_EQUAL_TO
public static final byte NOT_EQUAL_TO
- See Also:
- Constant Field Values
PRIV_INSERT
public static final byte PRIV_INSERT
- See Also:
- Constant Field Values
PRIV_SELECT
public static final byte PRIV_SELECT
- See Also:
- Constant Field Values
PRIV_UPDATE
public static final byte PRIV_UPDATE
- See Also:
- Constant Field Values
PRIV_DELETE
public static final byte PRIV_DELETE
- See Also:
- Constant Field Values
PRIV_ALL
public static final byte PRIV_ALL
- See Also:
- Constant Field Values
SW1_OK
public static final byte SW1_OK
- See Also:
- Constant Field Values
SW1_OK_WITH_RETURN
public static final byte SW1_OK_WITH_RETURN
- See Also:
- Constant Field Values
SW2_OK
public static final byte SW2_OK
- See Also:
- Constant Field Values
SW1_WARNING
public static final byte SW1_WARNING
- See Also:
- Constant Field Values
SW2_WARNING
public static final byte SW2_WARNING
- See Also:
- Constant Field Values
SW1_EXEC_ERROR
public static final byte SW1_EXEC_ERROR
- See Also:
- Constant Field Values
SW2_EXEC_ERROR
public static final byte SW2_EXEC_ERROR
- See Also:
- Constant Field Values
SW2_MEM_FAILURE
public static final byte SW2_MEM_FAILURE
- See Also:
- Constant Field Values
SW1_CHECK_ERROR
public static final byte SW1_CHECK_ERROR
- See Also:
- Constant Field Values
SW2_CHECK_ERROR
public static final byte SW2_CHECK_ERROR
- See Also:
- Constant Field Values
SW1_COMMAND_NOT_ALLOWED
public static final byte SW1_COMMAND_NOT_ALLOWED
- See Also:
- Constant Field Values
SW2_COMMAND_NOT_ALLOWED
public static final byte SW2_COMMAND_NOT_ALLOWED
- See Also:
- Constant Field Values
SW2_SECURITY
public static final byte SW2_SECURITY
- See Also:
- Constant Field Values
SW2_REQUIRED_OPERATION
public static final byte SW2_REQUIRED_OPERATION
- See Also:
- Constant Field Values
SW1_WRONG_PARAM
public static final byte SW1_WRONG_PARAM
- See Also:
- Constant Field Values
SW2_WRONG_PARAM
public static final byte SW2_WRONG_PARAM
- See Also:
- Constant Field Values
SW2_INCORRECT_PARAM
public static final byte SW2_INCORRECT_PARAM
- See Also:
- Constant Field Values
SW2_OPERATION_NOT_SUPPORTED
public static final byte SW2_OPERATION_NOT_SUPPORTED
- See Also:
- Constant Field Values
SW2_OBJECT_NOT_FOUND
public static final byte SW2_OBJECT_NOT_FOUND
- See Also:
- Constant Field Values
SW2_OBJECT_ALREADY_EXISTS
public static final byte SW2_OBJECT_ALREADY_EXISTS
- See Also:
- Constant Field Values
SW1_WRONG_LENGTH
public static final byte SW1_WRONG_LENGTH
- See Also:
- Constant Field Values
SW1_INSTRUCTION_CODE_NOT_SUPPORTED
public static final byte SW1_INSTRUCTION_CODE_NOT_SUPPORTED
- See Also:
- Constant Field Values
SW2_INSTRUCTION_CODE_NOT_SUPPORTED
public static final byte SW2_INSTRUCTION_CODE_NOT_SUPPORTED
- See Also:
- Constant Field Values
TAG_CH_CERTIFICATE_1
public static final byte TAG_CH_CERTIFICATE_1
- See Also:
- Constant Field Values
TAG_CH_CERTIFICATE_2
public static final byte TAG_CH_CERTIFICATE_2
- See Also:
- Constant Field Values
TAG_CH_NAME_1
public static final byte TAG_CH_NAME_1
- See Also:
- Constant Field Values
TAG_CH_NAME_2
public static final byte TAG_CH_NAME_2
- See Also:
- Constant Field Values